home *** CD-ROM | disk | FTP | other *** search
/ Apple II Magazines (PO) / Nibble Volume 10, No. 07 (1989-07)(MindCraft Publishing)(Side A).zip / Nibble Volume 10, No. 07 (1989-07)(MindCraft Publishing)(Side A).po / CLOCK.CMD.S < prev    next >
Text File  |  1996-12-24  |  736b  |  16 lines

  1. *************************************************
  2. * CLOCK.CMD                                     *
  3. * By Peter Stubbs                               *
  4. * Copyright(c) 1989                             *
  5. * MindCraft Publ. Corp.                         *
  6. * Concord, Ma 01742                             *
  7. *************************************************
  8.  
  9.           ASM SUPERCLOCK ;Name of source file
  10.           VER $2         ;Assemble for Linker Ver 2
  11.           KND $1000      ;Don't load in "special" memory
  12.           TYP $B6        ;Make it a Permanent Init file
  13.           LINK CLOCK.L   ;Link file name created by assembler
  14.           DS $D2         ;Include a buffer for flags and Grafport
  15.           SAVE CLOCK.GS  ;Name of object file
  16.